[INFO] fetching crate tao-macros 0.1.3...
[INFO] fixing tao-macros-0.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate tao-macros 0.1.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate tao-macros 0.1.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tao-macros 0.1.3
[INFO] tweaked toml for crates.io crate tao-macros 0.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tao-macros 0.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tao-macros 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05
[INFO] running `Command { std: "docker" "start" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking syn v2.0.75
[INFO] [stderr]     Checking tao-macros v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/generate_package_name.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/android_fn.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
[INFO] [stderr] crater-edition-check: tao-macros v0.1.3 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling tao-macros v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | android_fn![com_example, tao_app, SomeClass, add, []];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 13 | unsafe(android_fn![com_example, tao_app, SomeClass, add, []]);
[INFO] [stdout]    | +++++++                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | android_fn![com_example, tao_app, SomeClass, add2, [i32, i32]];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 16 | unsafe(android_fn![com_example, tao_app, SomeClass, add2, [i32, i32]]);
[INFO] [stdout]    | +++++++                                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | android_fn![com_example, tao_app, SomeClass, add3, [i32, i32], i32];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 19 | unsafe(android_fn![com_example, tao_app, SomeClass, add3, [i32, i32], i32]);
[INFO] [stdout]    | +++++++                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | android_fn![com_example, tao_app, SomeClass, add4, [], i32];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 24 | unsafe(android_fn![com_example, tao_app, SomeClass, add4, [], i32]);
[INFO] [stdout]    | +++++++                                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | android_fn![com_example, tao_app, SomeClass, add5, [], __VOID__];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 29 | unsafe(android_fn![com_example, tao_app, SomeClass, add5, [], __VOID__]);
[INFO] [stdout]    | +++++++                                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | android_fn![com_example, tao_app, SomeClass, add6, [i32], __VOID__];
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 32 | unsafe(android_fn![com_example, tao_app, SomeClass, add6, [i32], __VOID__]);
[INFO] [stdout]    | +++++++                                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / android_fn!(
[INFO] [stdout] 38 | |   com_example,
[INFO] [stdout] 39 | |   tao_app,
[INFO] [stdout] 40 | |   SomeClass,
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |   __store_package_name__,
[INFO] [stdout] 46 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | / android_fn!(
[INFO] [stdout] 50 | |   com_example,
[INFO] [stdout] 51 | |   tao_app,
[INFO] [stdout] 52 | |   SomeClass,
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |   __store_package_name__,
[INFO] [stdout] 58 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/android_fn.rs:63:1
[INFO] [stdout]    |
[INFO] [stdout] 63 | / android_fn![
[INFO] [stdout] 64 | |   com_example,
[INFO] [stdout] 65 | |   tao_app,
[INFO] [stdout] 66 | |   SomeClass,
[INFO] [stdout] ...  |
[INFO] [stdout] 69 | |   JClass<'local>
[INFO] [stdout] 70 | | ];
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `android_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 63 ~ unsafe(android_fn![
[INFO] [stdout] 64 |   com_example,
[INFO] [stdout] ...
[INFO] [stdout] 69 |   JClass<'local>
[INFO] [stdout] 70 ~ ]);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tao-macros` (example "android_fn") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05", kill_on_drop: false }`
[INFO] [stdout] f4ca3c291dab79b927e0aa9f08accd9f6b376c0854548d39d38333b4b7b6fb05
